home *** CD-ROM | disk | FTP | other *** search
- |listento|
- windowtitle `ListenTo "PortName"`
- printlf `Specifies the name of the "PortName" for
- printlf `receiving messages.
- printlf
- print `SEE ALSO: `
- subject `SpeakTo`SpeakTo`
- end
-
- |speakto|
- windowtitle `SpeakTo "PortName"`
- printlf `Tells CanDo the name of the ARexx
- printlf `port to send messages to.
- printlf
- print `SEE ALSO: `
- subject `SendMessage`SendMessage`
- print ` & `
- subject `ListenTo`ListenTo`
- end
-
- |sendmessage|
- windowtitle `SendMessage "MessageText"(,NORESULTS)`
- printlf `Sends the "MessageText" to the "PortName"
- print `specified by the `
- subject `SpeakTo`SpeakTo`
- printlf ` command.`
- printlf `If NORESULTS is not specified, then
- printlf `the variable MessageReturned will
- printlf `contain the returned message.`
- end
-
- |insertmessageportlist|
- windowtitle `InsertMessagePortList`
- printlf `Types the list of all Public Message Ports
- printlf `into the current document.
- end
-
-
-
-